home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 1 / ACE CD 1.iso / files / games / m-z / pgaplat1.dms / pgaplat1.adf / Install2 < prev    next >
Text File  |  1991-02-13  |  515b  |  17 lines

  1. echo "*Ec This installation script will copy all PGA TOUR Golf files"
  2. echo " onto your hard disk in the directory of your choice.*N"
  3.  
  4. ask " Do you wish to install PGA TOUR Golf? (Y to install, N to quit):"
  5.  
  6. if not warn 
  7.     echo "Installation cancelled*N"
  8.     skip quit
  9. endif
  10.  
  11. echo "*N Type the name of the disk and folder where you wish to"
  12. echo " install PGA Tour Golf.  For example, *dh0:Games/PGA*."
  13. execute >NIL: <"con:0/70/580/30/Enter the disk and directory name : " "PGA TOUR Program:Install3" ?
  14.  
  15. lab quit
  16. endcli
  17.